home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / K_O / NAS121.ZIP / NASPAINT.EXE / FONT1.FNT < prev    next >
Text File  |  1995-03-23  |  3KB  |  100 lines

  1. ; Note: lines starting with a semicolon are comment lines
  2. ; NAME: refers to the name that the program will
  3. ;    use in the menus.  It must be _very_ short.
  4. ; PCXNAME: the name of the pcx file that contains the
  5. ;    artwork for the font.
  6. ; WIDTH: average width of the font.
  7. ; HEIGHT: average height of the font.
  8. ;
  9. ; Both HEIGHT and WIDTH are used to set the size of the
  10. ; spacing of the font.
  11. ;
  12.  
  13. NAME ABC 1
  14. PCXNAME paintkit\font0001.pcx
  15. WIDTH  11
  16. HEIGHT 12
  17.  
  18. ; FONT definitions:
  19. ; What follows is the list of the font definitions;
  20. ; The letter between the quotes '' is the letter
  21. ; that is defined.  The next four coordinates
  22. ; refer to the screen area that is used.
  23. ; For example, the first line:
  24. ;    DEFINE 'A'    18     2     32     13
  25. ; Defines the letter 'A' with the PCX file coordinates
  26. ; of upper coordinate: (18, 2) to the lower coordinate:
  27. ; (32, 13).  Note: The lower coordinate is _one larger than_
  28. ; the actual size of the box.
  29.  
  30. ; uppercase
  31. DEFINE 'A'    0     68     13     80
  32. DEFINE 'B'    18     68     28     79
  33. DEFINE 'C'    32     68     42     82
  34. DEFINE 'D'    46     68     57     79
  35. DEFINE 'E'    62     68     73     80
  36. DEFINE 'F'    77     68     88     82
  37. DEFINE 'G'    93     68     103     82
  38. DEFINE 'H'    16    121    29    132
  39. DEFINE 'I'    107     68     115     79
  40. DEFINE 'J'    118     68     127     83
  41. DEFINE 'K'    1     85     14     97
  42. DEFINE 'L'    16     85     27     97
  43. DEFINE 'M'    31     85     48     97
  44.  
  45. DEFINE 'N'    50     85     62     97
  46. DEFINE 'O'    67     85     75     96
  47. DEFINE 'P'    81     85     92     97
  48. DEFINE 'Q'    97     85     108     97
  49. DEFINE 'R'    114     86     126     97
  50. DEFINE 'S'    2     103     13     114
  51. DEFINE 'T'    17     102     27     114
  52. DEFINE 'U'    31     102     43     113
  53. DEFINE 'V'    45     102     56     114
  54. DEFINE 'W'    59     103     73     114
  55. DEFINE 'X'    77     102     87     114
  56. DEFINE 'Y'    89     102     100     117
  57. DEFINE 'Z'    106     103     115     108
  58.     
  59. ; lowercase
  60. DEFINE 'a'    1     17     8     28
  61. DEFINE 'b'    13     17     19     28
  62. DEFINE 'c'    23     17     28     28
  63. DEFINE 'd'    33     17     40     28
  64. DEFINE 'e'    45     17     50     28
  65. DEFINE 'f'    54     17     60     32
  66. DEFINE 'g'    66     17     73     32
  67. DEFINE 'h'    1    121    7    132
  68. DEFINE 'i'    78     17     83     28
  69. DEFINE 'j'    86     17     93     32
  70. DEFINE 'k'    1     35     7     45
  71. DEFINE 'l'    12     35     17     45
  72. DEFINE 'm'    21     35     31     45
  73.  
  74. DEFINE 'n'    35     35     41     45
  75. DEFINE 'o'    46     35     52     45
  76. DEFINE 'p'    55     35     63     48
  77. DEFINE 'q'    68     35     74     48
  78. DEFINE 'r'    79     35     84     45
  79. DEFINE 's'    1     52     6     62
  80. DEFINE 't'    11     52     17     62
  81. DEFINE 'u'    20     52     26     62
  82. DEFINE 'v'    32     52     37     62
  83. DEFINE 'w'    42     52     50     62
  84. DEFINE 'x'    55     52     60     62
  85. DEFINE 'y'    65     52     71     66
  86. DEFINE 'z'    75     52     81     66
  87.     
  88. ; numbers
  89. DEFINE '0'    111     0    119     10
  90. DEFINE '1'    2     0    6     10
  91. DEFINE '2'    11     0    19     10
  92. DEFINE '3'    22     0    32     10
  93. DEFINE '4'    37     0    45     10
  94. DEFINE '5'    48     0    58     10
  95. DEFINE '6'    61     0    69     10
  96. DEFINE '7'    74     0    81     10
  97. DEFINE '8'    86     0    95     10
  98. DEFINE '9'    100     0    107     10
  99.